home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFRMCHARTMAIN / TFRMCHARTMAIN.txt < prev   
Encoding:
Text File  |  2002-03-14  |  2.9 KB  |  117 lines

  1. object frmChartMain: TfrmChartMain
  2.   Left = 198
  3.   Top = 170
  4.   BorderStyle = bsDialog
  5.   Caption = 'Activity Log Statistics for Spam Buster'
  6.   ClientHeight = 177
  7.   ClientWidth = 420
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object EsLabel1: TEsLabel
  18.     Left = 40
  19.     Top = 0
  20.     Width = 374
  21.     Height = 38
  22.     Appearance = apCustom
  23.     Caption = 'Spam Buster Activity Statistics'
  24.     ColorScheme = csCustom
  25.     CustomSettings.ShadowColor = clOlive
  26.     CustomSettings.ShadowDepth = 4
  27.     CustomSettings.ShadowStyle = ssExtrude
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlue
  30.     Font.Height = -27
  31.     Font.Name = 'Times New Roman'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Label1: TLabel
  36.     Left = 16
  37.     Top = 56
  38.     Width = 120
  39.     Height = 13
  40.     Caption = 'Open existing activity log:'
  41.   end
  42.   object SpeedButton1: TSpeedButton
  43.     Left = 378
  44.     Top = 80
  45.     Width = 21
  46.     Height = 22
  47.     Glyph.Data = {
  48.       76010000424D7601000000000000760000002800000020000000100000000100
  49.       0400000000000001000000000000000000001000000010000000000000000000
  50.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  51.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  52.       55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
  53.       B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
  54.       B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
  55.       0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
  56.       55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
  57.       55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
  58.       55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
  59.       5555575FFF755555555557000075555555555577775555555555}
  60.     NumGlyphs = 2
  61.     OnClick = SpeedButton1Click
  62.   end
  63.   object Image7: TImage
  64.     Left = 2
  65.     Top = 1
  66.     Width = 33
  67.     Height = 41
  68.     Picture.Data = {<image000.bmp>}
  69.     Transparent = True
  70.   end
  71.   object Edit1: TEdit
  72.     Left = 40
  73.     Top = 80
  74.     Width = 337
  75.     Height = 21
  76.     TabOrder = 0
  77.   end
  78.   object Button1: TButton
  79.     Left = 256
  80.     Top = 144
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'OK'
  84.     Default = True
  85.     ModalResult = 1
  86.     TabOrder = 1
  87.     OnClick = Button1Click
  88.   end
  89.   object Button2: TButton
  90.     Left = 336
  91.     Top = 144
  92.     Width = 75
  93.     Height = 25
  94.     Cancel = True
  95.     Caption = 'Cancel'
  96.     ModalResult = 2
  97.     TabOrder = 2
  98.     OnClick = Button2Click
  99.   end
  100.   object progBar: TProgressBar
  101.     Left = 80
  102.     Top = 116
  103.     Width = 273
  104.     Height = 16
  105.     Min = 0
  106.     Max = 100
  107.     TabOrder = 3
  108.     Visible = False
  109.   end
  110.   object dlgOpen: TOpenDialog
  111.     Filter = 'Activity log files (*.txt)|*.txt|All files (*.*)|*.*'
  112.     Title = 'Location of Spam Buster activity log file'
  113.     Left = 320
  114.     Top = 48
  115.   end
  116. end
  117.